Skip to content

Tab manager update: Add a bottom toolbar position support #6373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

0nko
Copy link
Member

@0nko 0nko commented Jul 10, 2025

Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1210728360131190?focus=true

Description

This PR adds the bottom toolbar support, which displays the tab manager toolbar in a position set in the Appearance settings.

Steps to test this PR

  • Go to Settings -> Appearance -> Address bar
  • Set the position to bottom
  • Open the tab manager screen
  • Verify the toolbar is position at the bottom
  • Change the position again to the top
  • Verify the toolbar in the tab manager is now at the top

Copy link
Member Author

0nko commented Jul 10, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@0nko 0nko marked this pull request as ready for review July 10, 2025 19:26
@0nko 0nko changed the title Add a bottom toolbar to tab manager and match the omnibar position Tab manager update: Add a bottom toolbar position support Jul 10, 2025
Base automatically changed from feature/ondrej/tab-manager-redesign-flag to feature/ondrej/tab-manager-redesign July 18, 2025 09:26
@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign-bottom-toolbar branch from b41e705 to 3349704 Compare July 18, 2025 12:13
@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign branch from d4c5844 to da3440f Compare July 18, 2025 12:13
this as CoordinatorLayout.LayoutParams
this.behavior = null
if (settingsDataStore.omnibarPosition == OmnibarPosition.TOP) {
this.topMargin = 56.toPx()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Should this be a dimen/constant?

Copy link
Contributor

@joshliebe joshliebe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign-bottom-toolbar branch from 3349704 to 83a0c10 Compare July 21, 2025 08:37
@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign branch from da3440f to f83f061 Compare July 21, 2025 08:37
@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign branch from f83f061 to 55988e2 Compare July 21, 2025 10:48
@0nko 0nko force-pushed the feature/ondrej/tab-manager-redesign-bottom-toolbar branch from 3c1febc to 7479929 Compare July 21, 2025 10:48
@0nko 0nko merged commit 4f0c462 into feature/ondrej/tab-manager-redesign Jul 22, 2025
6 of 11 checks passed
@0nko 0nko deleted the feature/ondrej/tab-manager-redesign-bottom-toolbar branch July 22, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants